Matrix List & Export
Display or export Matrix memory contents and statistics.
List (default)
Use matrix_status to retrieve information and present it to the user.
- No arguments: Show statistics, scope breakdown, recent solutions, top performers
- "stats": Focus on statistics only
- "failures": Focus on recorded failures
- "warnings": Use
matrix_warnwith action "list" to show warnings - "solutions": Show detailed solutions list
Export
When the user says "export" or "backup":
- Use
matrix_statusto get all data - Format as JSON
- Use
Writeto save to the specified path (or default tomatrix-export.json)